zoomBox
Type
property
Summary
Shows a window's zoom box.
Syntax
set the zoomBox of <stack> to {true | false}
Description
Use the zoomBox property to display the zoom box or maximize box in a window's title bar.
The terminology varies depending on platform. The zoomBox property determines whether the zoom box (Mac OS and OS X systems) or maximize box (Unix and Windows systems) appears in a stack window's title bar.
On OS X systems, if the zoomBox property is false, the zoom box is disabled rather than hidden.
The setting of this property affects the decorations property, and vice versa. Setting a stack's zoomBox property determines whether its decorations property includes "maximize" (or is "default", for window styles that normally include a zoom box). Conversely, setting a stack's decorations property sets its zoomBox to true or false depending on whether the decorations includes "maximize" (or is "default" ).
Setting the zoomBox property causes the stack window to flash briefly.
Examples
set the zoomBox of me to true
set the zoomBox of the templateStack to false
Related
object: stack
property: draggable, minimizeBox, decorations
glossary: property, stack window, OS X, zoom box, Windows, maximize button, title bar
keyword: default
Compatibility and Support
Introduced
LiveCode 1.0
OS
mac
windows
linux
Platforms
desktop